home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / DefineButton2_2068 / BUTTONCONDACTION on(press).as
Text File  |  2010-11-09  |  105b  |  6 lines

  1. on(press){
  2.    stopAllSounds();
  3.    _root.destino = "entrada";
  4.    _root.gotoAndPlay(_root.destino);
  5. }
  6.